projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4153ca
)
* src/comp.c (eln_load_path_final_clean_up): Fix call arg order (bug#45303).
author
Andrea Corallo
<akrl@sdf.org>
Mon, 21 Dec 2020 07:45:53 +0000
(08:45 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Mon, 21 Dec 2020 07:51:32 +0000
(08:51 +0100)
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index 84a80eba11e42c84f776d6f248b6c7121b8b2eee..8907993dc564b851406040f87858c07be5faf395 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-4622,7
+4622,7
@@
eln_load_path_final_clean_up (void)
concat2 (XCAR (dir_tail),
Vcomp_native_version_dir),
Qt, build_string ("\\.eln\\.old\\'"), Qnil,
- Qt,
return_nil, Q
nil);
+ Qt,
Qnil, return_
nil);
FOR_EACH_TAIL (files_in_dir)
Fdelete_file (XCAR (files_in_dir), Qnil);
}